DirectShape.IsValidShape
Description:
Validates shape to be stored in a DirectShape. Supercedes and extends IsValidGeometry().
Validates shape to be stored in a DirectShape. Supercedes and extends IsValidGeometry().
Remarks:
This function calls IsValidShape(GeometryObject) to validate each object in the list.
This function calls IsValidShape(GeometryObject) to validate each object in the list.
Overloads (3):
IsValidShape(IList[GeometryObject])
public bool IsValidShape(
IList<GeometryObject> shape
)
-
IList<GeometryObject>shapeShape to be validated represented as a collection of GeometryObjects. The supported types of GeometryObjects are: Solid, Mesh, GeometryInstance, Point and Curve.
Return Value
bool
True if the supplied shape passes the validation criteria.
-
A non-optional argument was null